projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
743c658
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Sep 1996 05:13:46 +0000
(
05:13
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Sep 1996 05:13:46 +0000
(
05:13
+0000)
src/floatfns.c
patch
|
blob
|
history
diff --git
a/src/floatfns.c
b/src/floatfns.c
index 1b74c786cee78367f8bfaec4a0d6eff9f8a5435b..37144a5eb18777c909e6c660cce0b5872a3bba30 100644
(file)
--- a/
src/floatfns.c
+++ b/
src/floatfns.c
@@
-121,7
+121,9
@@
static SIGTYPE float_error ();
static int in_float;
/* If an argument is out of range for a mathematical function,
- here is the actual argument value to use in the error message. */
+ here is the actual argument value to use in the error message.
+ These variables are used only across the floating point library call
+ so there is no need to staticpro them. */
static Lisp_Object float_error_arg, float_error_arg2;